home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / npole.dxr / 00023_Script_23 < prev    next >
Text File  |  1998-10-29  |  739b  |  30 lines

  1. on enterFrame
  2.   global objects
  3.   global shippiece
  4.   global restoration
  5.   global castrestore
  6.   global noprizesound
  7.   global firstelf
  8.   global fixit
  9.   global world
  10.   set world = 3
  11.   set fixit = 0
  12.   set firstelf = 0
  13.   set noprizesound = 0
  14.   set castrestore = 0
  15.   set restoration = 0
  16.   set objects = 0
  17.   
  18.   set the member of sprite 56 = "blank"
  19.   set the member of sprite 11 = "Cogwheel"
  20.   set the member of sprite 12 = "Spanner"
  21.   set the member of sprite 13 = "WholeCog"
  22.   set the member of sprite 15 = "old"
  23.   set the member of sprite 14 = "hereitis"
  24.   
  25.   
  26.   if shippiece = 2 or shippiece = 4 or shippiece = 6 or shippiece = 7 then
  27.     set the member of sprite 14 = "blank"
  28.     set noprizesound = 1
  29.   end if
  30. end